plat/arm: Introduce the N1SDP.
authorDeepak Pandey <Deepak.Pandey@arm.com>
Wed, 8 Aug 2018 05:02:51 +0000 (10:32 +0530)
committerDeepak Pandey <Deepak.Pandey@arm.com>
Mon, 29 Oct 2018 12:20:31 +0000 (17:50 +0530)
commit80d37c28724771d0c7b6c316ea410b0f670b6469
tree8a5b9dca4bfa586c1e213519924f6c66820c6225
parent9aabd11a424770e11dd89251960678d3e3332df6
plat/arm: Introduce the N1SDP.

This patch adds support for the N1SDP (NeoVerse N1 System Development
Platform). It is an initial port and additional features are expected
to be added later.

The port includes only BL31 support as the System Control Processor
(SCP) is expected to take the role of primary boatloader

Change-Id: Ife17d8215a7bfcc1420204a72205e7ef920d0c10
Signed-off-by: Deepak Pandey <Deepak.Pandey@arm.com>
plat/arm/board/n1sdp/aarch64/n1sdp_helper.S [new file with mode: 0644]
plat/arm/board/n1sdp/include/plat_macros.S [new file with mode: 0644]
plat/arm/board/n1sdp/include/platform_def.h [new file with mode: 0644]
plat/arm/board/n1sdp/n1sdp_bl31_setup.c [new file with mode: 0644]
plat/arm/board/n1sdp/n1sdp_interconnect.c [new file with mode: 0644]
plat/arm/board/n1sdp/n1sdp_plat.c [new file with mode: 0644]
plat/arm/board/n1sdp/n1sdp_security.c [new file with mode: 0644]
plat/arm/board/n1sdp/n1sdp_topology.c [new file with mode: 0644]
plat/arm/board/n1sdp/platform.mk [new file with mode: 0644]